home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_2142.txt < prev    next >
Text File  |  1990-04-04  |  6KB  |  273 lines

  1. -- card: 2142 from stack: in
  2. -- bmap block id: 18444
  3. -- flags: 0000
  4. -- background id: 16786
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide card field correct
  9. end openCard
  10. global number
  11. set lockScreen to false
  12.  
  13.  
  14.  
  15.  
  16. -- part 1 (field)
  17. -- low flags: 00
  18. -- high flags: 0000
  19. -- rect: left=61 top=50 right=85 bottom=443
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 1
  23. -- font id: 3
  24. -- text size: 20
  25. -- style flags: 256
  26. -- line height: 26
  27. -- part name: 
  28.  
  29.  
  30. -- part 4 (field)
  31. -- low flags: 00
  32. -- high flags: 0000
  33. -- rect: left=131 top=127 right=171 bottom=370
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 21
  38. -- text size: 12
  39. -- style flags: 256
  40. -- line height: 16
  41. -- part name: 
  42.  
  43.  
  44. -- part 2 (button)
  45. -- low flags: 00
  46. -- high flags: 2003
  47. -- rect: left=108 top=186 right=222 bottom=409
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: New Button
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   answer "CD is for Compact Disc. Click OK and try again." with OK
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 5 (button)
  64. -- low flags: 00
  65. -- high flags: 2003
  66. -- rect: left=108 top=224 right=260 bottom=409
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: New Button
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   answer "CD is for Compact Disc. Click OK and try again." with OK
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 8 (field)
  83. -- low flags: 00
  84. -- high flags: 2004
  85. -- rect: left=86 top=92 right=177 bottom=428
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 21
  90. -- text size: 24
  91. -- style flags: 16640
  92. -- line height: 32
  93. -- part name: Correct
  94.  
  95.  
  96. -- part 6 (button)
  97. -- low flags: 00
  98. -- high flags: 2003
  99. -- rect: left=107 top=262 right=298 bottom=408
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: New Button
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   answer "ROM = Read Only Memory. Please try again." with OK
  111. end mouseUp
  112.  
  113.  
  114.  
  115. -- part 7 (button)
  116. -- low flags: 00
  117. -- high flags: 2003
  118. -- rect: left=108 top=301 right=337 bottom=409
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: New Button
  127. ----- HyperTalk script -----
  128. on mouseUp
  129.   show card field correct
  130.   global number
  131.   put "1" into number
  132.   wait 1 seconds
  133.   set lockScreen to true
  134.   go to next card
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 9 (button)
  140. -- low flags: 00
  141. -- high flags: 0000
  142. -- rect: left=45 top=289 right=342 bottom=110
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: Prev
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   visual effect wipe right
  154.   go to card id 20597
  155. end mouseUp
  156.  
  157.  
  158.  
  159. -- part 10 (field)
  160. -- low flags: 01
  161. -- high flags: 0000
  162. -- rect: left=119 top=195 right=217 bottom=400
  163. -- title width / last selected line: 0
  164. -- icon id / first selected line: 0 / 0
  165. -- text alignment: 0
  166. -- font id: 21
  167. -- text size: 14
  168. -- style flags: 256
  169. -- line height: 18
  170. -- part name: 
  171. ----- HyperTalk script -----
  172. on mouseUp
  173.   answer "CD is for Compact Disc. Click OK and try again." with OK
  174. end mouseUp
  175.  
  176.  
  177.  
  178. -- part 11 (field)
  179. -- low flags: 00
  180. -- high flags: 0000
  181. -- rect: left=117 top=234 right=255 bottom=404
  182. -- title width / last selected line: 0
  183. -- icon id / first selected line: 0 / 0
  184. -- text alignment: 0
  185. -- font id: 21
  186. -- text size: 14
  187. -- style flags: 256
  188. -- line height: 18
  189. -- part name: 
  190. ----- HyperTalk script -----
  191. on mouseUp
  192.   answer "CD is for Compact Disc. Click OK and try again." with OK
  193. end mouseUp
  194.  
  195.  
  196.  
  197. -- part 12 (field)
  198. -- low flags: 00
  199. -- high flags: 0000
  200. -- rect: left=117 top=272 right=292 bottom=401
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 0
  204. -- font id: 21
  205. -- text size: 14
  206. -- style flags: 256
  207. -- line height: 18
  208. -- part name: 
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   answer "ROM = Read Only Memory. Please try again." with OK
  212. end mouseUp
  213.  
  214.  
  215.  
  216. -- part 13 (field)
  217. -- low flags: 00
  218. -- high flags: 0000
  219. -- rect: left=117 top=310 right=331 bottom=401
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 0 / 0
  222. -- text alignment: 0
  223. -- font id: 21
  224. -- text size: 14
  225. -- style flags: 256
  226. -- line height: 18
  227. -- part name: 
  228. ----- HyperTalk script -----
  229. on mouseUp
  230.   show card field correct
  231.   global number
  232.   put "1" into number
  233.   wait 1 seconds
  234.   set lockScreen to true
  235.   go to next card
  236. end mouseUp
  237.  
  238.  
  239.  
  240. -- part contents for card part 1
  241. ----- text -----
  242. Practice Exercise
  243.  
  244. -- part contents for card part 4
  245. ----- text -----
  246.  
  247. Click on one of the answers below.
  248.  
  249.  
  250. -- part contents for background part 20
  251. ----- text -----
  252. What does CD-ROM stand for?
  253.  
  254. -- part contents for card part 8
  255. ----- text -----
  256.  
  257. Correct!
  258.  
  259. -- part contents for card part 10
  260. ----- text -----
  261. Computer Data - Read Only Memory
  262.  
  263. -- part contents for card part 11
  264. ----- text -----
  265. Computer Data - Random Only Memory
  266.  
  267. -- part contents for card part 12
  268. ----- text -----
  269. Compact Disc - Random Only Memory
  270.  
  271. -- part contents for card part 13
  272. ----- text -----
  273. Compact Disc - Read Only Memory